ac9c59
@@ -6386,7 +6386,8 @@
public void run() {
         }
       }
     };
-
+    t.setDaemon(true);
+    t.setName("Metastore threads starter thread");
     t.start();
   }
 
